home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 5
/
Gold Medal Software - Volume 5 (Gold Medal) (1995).iso
/
windows
/
win31
/
cenviw.arj
/
ICONS.CMM
< prev
next >
Wrap
Text File
|
1994-03-08
|
268b
|
8 lines
// Icons.cmm - Tiny Cmm sample file that calls PostMessage() in the
// ver.1 Windows User DLL (via Message.lib) to tell all windows
// to minimize (iconasize).
#include "Message.lib"
PostMessage(HWND_BROADCAST,WM_SYSCOMMAND,SC_MINIMIZE,0);